What is abstract method?
Answer / Satyam Chaudhary
An abstract method is a method that is declared but not implemented in a class. It provides a specification of the method's purpose, but the implementation is left to be provided by any subclass that inherits from the base class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by abstract class?
What is serialization? How do we implement serialization actually?
What is the difference between an Abstract class and Interface?
What are the properties that are defined in an object model?
Can an interface contain fields?
What is bootstrap, extension and system class loader?
Can you give some examples of tokens?
What is the difference between data hiding and implementation?
Define Initialisation Purpose.
Give any criteria when you use an abstract class and an interface?
1 Answers Sans Pareil IT Services,
How does abstraction differ from encapsulation.
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?