Answer Posted / sivaramakrishnan
Pure Virtual function is virtual function with expression
equal to zero.
eg
virtual void funct1()=0;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is difference between pop and oop?
What are oops functions?
2. Give the different notations for the class.\
What is difference between polymorphism and inheritance?
What is polymorphism oop?
What is ambiguity in inheritance?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is inheritance write a program to show use of inheritance?
What is an interface in oop?
Where You Can Use Interface in your Project
How is polymorphism achieved?
What is difference between abstraction and encapsulation?
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?
Which type does string inherit from?