MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming
→
Inbuilt Classes in Object Oriented Programming
→
How many base classes can a single class inherit ..
1.
How many base classes can a single class inherit in java?
A.
1
B.
2
C.
3
D.
As many as required
Answer» B. 2
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
If a base class is added with a few new members, its subclass must also be modified.
How many base classes can a single derived class have in C++?
If a base class is inherited from another class and then one class derives it, which inheritance is shown?
Can we call methods of base class using the constructor of the derived class?
Always the base class constructors are called ___________ constructor of derived class.
Base class have ________________ of abstraction.
If a class is enclosing more than one class, than it can be called as base class of those classes.
Which type of members can’t be accessed in derived classes of a base class?
Which among the following must be in a base class?
If a base class is being derived by two other classes, which inheritance will that be called?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply