Answer Posted / hr@tgksolutions.com
• A function declared with = 0 in a base class, making it abstract. Example:
• virtual void display() = 0;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is garbage collection(gc)?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
How can we call the base method without creating an instance?
Explain basic concepts of OOPS?
What is the significance of encapsulation?
What is static and dynamic Binding?
What is the benefit of using inheritance?
Explain about parametric polymorphism?
Why we use oops concepts? What is its advantage?
Explain what is meant by polymorphism?
What is data abstraction? what are the three levels of data abstraction with Example?
what three "domains" are considered during analysis modeling?
What does the keyword virtual represented in the method definition?
Can we override static methods of a class?
What is difference between class and interface?