Answer Posted / khadeer.k
public:
public is an access specifier which can be used throughout
the program.
protected:
protected is an access specifier which can be used in the
specified class and its derived class...
private:
private is an access speifier which can be used whithin the
class in which it is declared.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Is data hiding and abstraction same?
What is overriding in oop?
Explain the advantages of inheritance.
What is multilevel inheritance explain with example?
Can a varargs method be overloaded?
• What are the desirable attributes for memory managment?
What is encapsulation process?
Can we create object of interface?
What is the purpose of enum?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are the three parts of a simple empty class?
What is the benefit of oop?
What does I oop mean?
How do you define social class?
What is abstraction in oops?