In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / santhi
abstract functions
if u specify any function as abstract,there itself in it's
home class u can't find solution,u have to define those
function in the later derived classes through inheritance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is a pointer how and when is it used?
What is switch case in c++ syntax?
What are smart pointers?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Explain polymorphism?
What is the best way to declare and define global variables?
Can I learn c++ without knowing c?
Can a built-in function be recursive?
How do I use arrays in c++?
what Is DCS ? what i will get benefit when i did?
What is the main purpose of c++?
Can I learn c++ without c?
write a function signature with various number of parameters.
What are the extraction and insertion operators in c++?