How can we restrict inheritance for a class so that no class can be inherited from it?
No Answer is Posted For this Question
Be the First to Post Answer
What are the four phases of the Unified Process ?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is data abstraction? what are the three levels of data abstraction with Example?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
Can you call the base class method without creating an instance?
Write a note about inheritance?
What is the need of multiple inheritance?
Can you explain primordial class loader?
Why should project managers complete hard problems first in an OOSAD project?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Define Data Abstraction. What is its importance?
What is the purpose of late binding in object-oriented programming?