Answer:
The correct answer to the following question will be Classes.
Step-by-step explanation:
Class:
- Class and objects are the two basic concepts of Object-oriented programming language (Oops).
- A prototype by which an object can be created.
- A Class is a collection of data members and member functions.
- A Class is a user-defined blueprint on an object.
- Declaration of a class includes: Class names, modifiers, Super class, interfaces and body