Is is possible to define our own functional interface?
Answer / Mohammad Shabbar Ali
Yes, it is possible to define your own functional interfaces in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we access interface static method using interface references?
Can I implement polymorphism using abstract class?
why do requirements change so much? after all, don't people know what they want?
Explain the use of Vtable and what are the various problems to override the functions?
What is dynamic or run time polymorphism?
How does abstraction differ from encapsulation.
What are the four important foundation concepts of OOP ?
What are the Differentiate between abstraction and encapsulation.
Explain what is single and multiple inheritance?
What are the tools you used for OOAD?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What if we override the conflicting method in the class?