What is abstract method?



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

Post New Answer

More OOAD Interview Questions

What do you mean by abstract class?

1 Answers   Atos Origin, TCS,


What is serialization? How do we implement serialization actually?

1 Answers  


What is the difference between an Abstract class and Interface?

1 Answers  


What are the properties that are defined in an object model?

1 Answers  


Can an interface contain fields?

1 Answers  


What is bootstrap, extension and system class loader?

1 Answers  


Can you give some examples of tokens?

1 Answers  


What is the difference between data hiding and implementation?

1 Answers  


Define Initialisation Purpose.

1 Answers   Atos, Atos Origin,


Give any criteria when you use an abstract class and an interface?

1 Answers   Sans Pareil IT Services,


How does abstraction differ from encapsulation.

1 Answers  


Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?

5 Answers   ABC, Protech,


Categories