what is data abstraction in C++?
No Answer is Posted For this Question
Be the First to Post Answer
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Describe the syntax of single inheritance in C++?
What do you mean by ‘void’ return type?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
What do you mean by funtion prototype?
Why is c++ not purely object oriented?
Explain the differences between list x; & list x();.
Can a constructor throw a exception? How to handle the error when the constructor fails?
What is a responder chain?
What programming language should I learn first?
Difference between delete and free.
tell me about yourself ?i want answer for frehers with various exasmples?