How do you initialize a class member,
class x {
const int i;
};
Answer Posted / pappu
class abc
{
int a=4,b=3;
virtual mul(int int)=0;
}
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What new()is different from malloc()?
Is c++ the most powerful language?
What are member functions used in c++?
Differentiate between a constructor and a destructor in c++.
How can you differentiate between inheritance and implementation in c++?
Explain container class.
Why is c++ a mid-level programming language?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Explain polymorphism?
write a function signature with various number of parameters.
What are the main features of c++?
What is array in c++ pdf?
How do you establish an is-a relationship?
Can a Structure contain a Pointer to itself?
What is pointer to array in c++?