What are associative classes?
Answer Posted / mak
A class derived from association then it is called association class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between an abstract class and an interface?
What if we make the method as abstract in another interface?
Define Initialisation Purpose.
Explain the usage of encapsulation?
How can we restrict inheritance for a class so that no class can be inherited from it?
Is it possible to create partial structs, interfaces and methods?
Explain what is single and multiple inheritance?
What is early and late Binding?
Is is possible to define our own functional interface?
Whether static method can use nonstatic members?
What are the various types of constructors?
Why is java not fully objective oriented?
Explain method overriding.
If a method definition has been specified in class , its 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?
What does it mean that a method or class is abstract?