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
What is the fundamental idea of oop?
hi all..i want to know oops concepts clearly can any1 explain??
What is overriding vs overloading?
What is polymorphism in oops with example?
Why do we use class?
Why is oop better than procedural?
What is the advantage of oop over procedural language?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is oops and why we use oops? write a program using c++ to implement single contiguous
memory mangement techniques.display the content of the main
memory after yhe allocation of jobs and percentage of the
wastage of the main memory Why do we use encapsulation in oops? Can a destructor be called directly? Why is oop useful? What is difference between inheritance and polymorphism? What is oops concept with example?