What is the abstract method modifier?



What is the abstract method modifier?..

Answer / Vaibhav Shri Mishra

The 'abstract' modifier in Java can be applied to methods within classes or interfaces. It indicates that the method is not intended to be implemented by the current class and must be overridden by subclasses.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

What is the main difference between a class and an object?

1 Answers  


What is sealed modifiers?

1 Answers  


What is the purpose of late binding in object-oriented programming?

1 Answers  


What is the difference between oop and sop?

1 Answers  


What is an abstract property. Give an example?

1 Answers  


Explian following terms: Constraint Rules, Design by contract.

1 Answers   Protech,


Difference: 'uses', 'extends', 'includes'

7 Answers   Cognizant, Protech, TY, University,


Are constructors inherited? Can a subclass call the parent's class constructor? When?

1 Answers  


What is the benefit of Composition over Inheritance?

1 Answers  


Why should project managers complete hard problems first in an OOSAD project?

3 Answers  


Explain about instance in object oriented programming?

1 Answers  


What is a subclass?

1 Answers  


Categories