Answer Posted / pawan kumar
Virtual methods have an implementation and provide the derived classes with the option of overriding it. Abstract methods do not provide an implementation and force the derived classes to override the method. So, abstract methods have no actual code in them, and subclasses HAVE TO override the method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is abstract class in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the oops and benefits of oops programming?
What is an advantage of polymorphism?
Why it is called runtime polymorphism?
What is solid in oops?
What is the difference between encapsulation and polymorphism?
What is polymorphism in oop example?
what is different between oops and c++
What is the renewal class?
Is abstract thinking intelligence?
What is difference between inheritance and polymorphism?
What is the problem with multiple inheritance?
What is inheritance and how many types of inheritance?