C++ Programming Question:
Download Job Interview Questions and Answers PDF
What is pure virtual function?
Answer:
A class is made abstract by declaring one or more of its virtual functions to be pure. A pure virtual function is one with an initializer of = 0 in its declaration
Download C++ Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Boyce Codd Normal form? | Write a Struct Time where integer m, h, s are its members |