Difference between abstraction and implementation hiding ?
Can we access interface static method using interface references?
Explain what is polymorphism?
What does it mean that a method or class is abstract?
What is operator overloading and polymorphism?
What is the base type from which all structs inherit directly?
Explain about inheritance in oops?
Can we use static method definitions in interfaces?
What are the interfaces you used in beans?
Is it possible to create partial structs, interfaces and methods?
What are the limitations of inheritance?
Write about abstract base classes?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
How to differentiate between a CreateObject() and GetObject() ?
Can an interface implement or extend another interface?