118k views
1 vote
Question 11

What type of program would have a class named Student with objects called fulltime and partTime?

User Zhengchun
by
5.0k points

1 Answer

4 votes

What type of program would have a class named Student with objects called fullTime and partTime?

A. machine language program

B. object-oriented program

C. markup language program

D. procedural language program

Answer:

B. object-oriented program

Step-by-step explanation:

An object-oriented program or OOP is a type of program that uses the concepts of objects and methods.

Although they are quite broad, they also make use of classes and types.

Java, for instance makes use of OOP as they use classes and objects under those classes and name them anyhow they want.

Therefore, the correct answer is B

User Rehman
by
5.2k points