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 the 4 pillars of oop?
How do you answer polymorphism?
what is graphics
#include
What is constructor in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What exactly is polymorphism?
What type of loop is a for loop?
why reinterpret cast is considered dangerous?
What is inheritance and how many types of inheritance?
Is react oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is debug class?what is trace class? What differences are between them? With examples.
Prepare me a program for the animation of train
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.