MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming
→
Inbuilt Classes in Object Oriented Programming
→
How many classes can be inherited by a single cla..
1.
How many classes can be inherited by a single class in java?
A.
Only 1
B.
Only 27
C.
Only 255
D.
Only 1024
Answer» B. Only 27
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
If multi-level inheritance is used, First class B inherits class A, then C inherits B and so on. Till how many classes can this go on?
How many classes can be inherited by a single class in java?
How many classes can be inherited by a single class in multiple inheritance (C++)?
Which type of inheritance cannot involve private inheritance?
In hierarchical inheritance, all the classes involve some kind of inheritance.
If class A has two nested classes B and C. Class D has one nested class E, and have inherited class A. If E inherits B and C, then ________________
If 6 classes uses single level inheritance with pair classes (3 pairs), which inheritance will this be called?
Which type of inheritance results in the diamond problem?
How many types of inheritance can be used at a time in a single program?
Which among the following best describes multiple inheritance?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply