πŸ“Š JAVA
Q. Which of the following is FALSE about abstract classes in Java
  • (A) If we derive an abstract class and do not implement all the abstract methods, then the derived class should also be marked as abstract using 'abstract' keyword
  • (B) A class can inherit from multiple abstract classes.
  • (C) Abstract classes can have constructors
  • (D) A class can be made abstract without any abstract method
πŸ’¬ Discuss
βœ… Correct Answer: (B) A class can inherit from multiple abstract classes.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
718
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
88%
Success Rate