Respuesta :

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

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

Object-oriented Program.

  • We are told that;

Class : students

Objects: Full time and part time.

  • This means the program is based on the concept of objects and Class.

  • Now, from knowledge of programming, the one that deals with objects and Class is called Object-oriented Program.

Examples of programming languages today that are object oriented are;

JavaScript, C++, and Python.

  • Where the program is used to structure  software programs into simple, but also  parts of code blueprints known as classes that are re-usable.

Read more at; brainly.com/question/17148984