AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6203
Abstract method has no body.
Abstract method has no body.
True
Correct
False
Similar CS-6203 questions
A class that is declared using abstract keyword.
An abstract class has no use until unless it is extended by some other class.
If you declare an abstract method in a class then you don't need to declare the class abstract as we...
Class that implements any interface must implement all the methods of that interface, else the class...
If a child does not implement all the abstract methods of abstract parent class, then the child clas...
An abstract class must be extended and in a same way abstract method must be overridden.