If a class inherits an interface, what are the 2 options available for that class?
No Answer is Posted For this Question
Be the First to Post Answer
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
How to differentiate between a CreateObject() and GetObject() ?
What is a static method? Why do we need static methods in java 8 interfaces?
what are the different ways for a method to be overloaded?
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?
Which keyword can be used for overloading?
Explain about the design phase?
Difference between composition and inheritance ?
What is meant by inheritance? what are the advantages of inheritance?
What is meant by “abstract interface”?
How can we restrict inheritance for a class so that no class can be inherited from it?
Explain about uml?