Answer Posted / guest
Creating new class with existing one.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What's the order of call of constructors in inheritiance?
Explain about instance in object oriented programming?
Can you instantiate an abstract class and what is an inner class?
What is polymorphism? When is it employed? give an example.
What is the use if instanceof keyword? And how do refer to a current instance of object?
What is meant by “abstract interface”?
Can a function be overloaded based on return types?
Can we override static methods of a class?
What is the default access specifier in a class definition?
Define Initialisation Purpose.
Is it possible to override private virtual methods?
What is the use of finalize method?
Explain OOPS.
Why is class hierarchies managed in object-oriented programming?
How to achieve data abstraction?