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??
Answer Posted / vatsa
yes.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is abstraction in oops with example?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is class and object with example?
What are constructors in oop?
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 the main feature of oop?
Can private class be inherited?
Which language is pure oop?
Why is object oriented programming so hard?
Why do we use oop?
What is the problem with multiple inheritance?
Why do we need polymorphism in c#?
What is the point of polymorphism?