MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming
→
Inbuilt Classes in Object Oriented Programming
→
If there is a derived class in a program, how man..
1.
If there is a derived class in a program, how many classes must be in that program?
A.
1
B.
2
C.
3
D.
4
Answer» C. 3
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Deriving a class in such a way that that the base class members are not available for further inheritance is known as ___________________
Which feature is not related to the derived classes among the following?
The members of a derived class can never be derived.
How many classes can be derived from a derived class?
If base class is an abstract class then derived class ______________ the undefined functions.
If class A is derived from another derived class B which is derived from class C, which class will have maximum level of abstraction?
Derived class is also known as ______________ class.
If a class is being derived using more than two base classes, which inheritance will be used?
How many derived class can a single base class have?
How many types of inheritance are supported in C++ for deriving a class?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply