i had specified the access specifier for abstarct class
member like (pure virtual function) as private.But it can
be accessed by the derived class.How the private member of
one class is accessed by other class.if any body face this
problem and found the solution plz reply to me.
Answer / schumi
an abstract class permits all access modifiers except
PRIVATE
| Is This Answer Correct ? | 8 Yes | 2 No |
What are the benefits of oop?
Why do we use class in oops?
What is the difference between static polymorphism and dynamic polymorphism?
What is an advantage of polymorphism?
What is the difference between encapsulation and polymorphism?
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
WHEN A COPY CONSTER IS CALL ?
How long to learn object oriented programming?
what is object oriented programming and procedure oriented programming?
What are the advantages of polymorphism?
What does no cap mean?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??