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
Can you inherit a private class?
program for insertion ,deletion,sorting in double link list
What is pointer in oop?
Write a c++ program to display pass and fail for three student using static member function
What is multilevel inheritance in oop?
What are the 4 main oop principles?
What is balance factor?
What is polymorphism and why is it important?
How to improve object oriented design skills?
What is debug class?what is trace class? What differences are between them? With examples.
write a programe to calculate the simple intrest and compund intrest using by function overlading
Whats oop mean?
can we make game by using c
What exactly is polymorphism?
What is the difference between a constructor and a destructor?