differentiate between private, public and protected data members of the class using example.
Answer / bhagyalakshmi
public is accessed through out the program
private is accessed with in the class only
protected is accessed like public only
| Is This Answer Correct ? | 0 Yes | 1 No |
write a piece of c++ code which allocate memory to the 50 object of type CObj
What is the name of your birth place?
What is the disadvantage of templates ?
how to get the sum of two integers?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Explain stl.
Explain when u will use Observer pattern and how u will implement in c++ .
method overloading means what?
why does the execution of a c++ program start with main()???
What is stl in c++ with example?
Who wrote stl?
What do you mean by stl?