MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming
→
Inbuilt Classes in Object Oriented Programming
→
How many classes can be derived from a derived cl..
1.
How many classes can be derived from a derived class?
A.
Only 1
B.
At most 1
C.
At least 1
D.
As many as required
Answer» E.
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