differentiate between private, public and protected data members of the class using example.
Answer Posted / 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 |
Post New Answer View All Answers
What is stl language?
Name the different types of stl containers.
Who created stl?
how to use C++?
Who wrote stl?
What are stl algorithms?
When did c++ add stl?
What two types of containers does the stl provide?
Is string part of stl?
How stl is different from the c++ standard library?
Is stl open source?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What are the components of stl?
What is stl in oop?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.