C++ Programming - Objects and Classes
Exercise : Objects and Classes - General Questions
- Objects and Classes - General Questions
- Objects and Classes - Programs
16.
How many objects can be created from an abstract class?
17.
What does the class definitions in following code represent?
class Bike
{
Engine objEng;
};
class Engine
{
float CC;
};
18.
Which of the following statements is correct when a class is inherited privately?
19.
Which of the following statements is correct?
20.
What does a class hierarchy depict?
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers