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
Which software is best for c++ programming?
Explain the problem with overriding functions
What is vector string in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is meant by a delegate?
What is a breakpoint?
What is the best ide for c++?
Write about a nested class and mention its use?
What is cin clear () in c++?
How much maximum can you allocate in a single call to malloc()?
Explain one method to process an entire string as one unit?
How the keyword struct is different from the keyword class in c++?
What is difference between n and endl in c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Is c++ the hardest programming language?