Directions to Solve In questions below, each passage consist of six sentences. The first and sixth sentence are given in the begining. The middle four sentences in each have been removed and jumbled up. These are labelled as P, Q, R and S. Find out the proper order for the four sentences. A QPRS
B
PQRS
C PQSR
D QPSR
Share : |
A Object
B Member Functions
C Friend Functions
D Member Variables
Share : |
A an object is used
B an object goes out of scope.
C an object is created
D a class is declared
Share : |
A It is used to avoid multiple copies of base class in derived class.
B It is used to allow multiple copies of base class in a derived class.
C It allows private members of the base class to be inherited in the derived class.
D It is used to provide multiple inheritance.
Share : |
A Zero
B Two
C One
D As many as we want
Share : |
A Inheritance
B kind of relationship
C has a relationship
D Both A and B
Share : |
A Public members of the base class become private members of derived class.
B Private members of the base class become private members of derived class.
C Public members of the base class become public members of derived class.
D Public members of the base class become protected members of derived class.
Share : |
A Both data and functions can be either private or public.
B Member functions of a class must be private.
C Data items in a class must be private.
D Constructor of a class cannot be private.
Share : |
A It describes "has a" relationships.
B It shows the same relationship as a family tree.
C It describes "kind of" relationships.
D It shows the relationships between the classes in the form of an organization chart.
Share : |
A Object
B Functions
C Operators
D Both B and C
Share : |