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 Posted / schumi
an abstract class permits all access modifiers except
PRIVATE
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are classes oop?
What is advantage of inheritance?
Which is better struts or spring?
What is inheritance and how many types of inheritance?
What is oops?what is its use in software engineering?
Why do we use polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is difference between abstraction and encapsulation?
What is encapsulation process?
What is the difference between abstraction and polymorphism?
What is protected in oop?
What is encapsulation in simple terms?
what is graphics
How do you achieve runtime polymorphism?
What is the difference between a mixin and inheritance?