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
what type of questions
What does and I oop mean in text?
What is abstraction with example?
What is meant by oops concept?
What is static in oop?
Write a c++ program to display pass and fail for three student using static member function
What language is oop?
Why is oop useful?
Templates mean
What is destructor oops?
Can destructor be overloaded?
What is polymorphism and example?
What is the main feature of oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is encapsulation in ict?