CS304 Quiz-3 by Vu Topper RM
CS304 Quiz-3 by Vu Topper RM
Oriented Programming
Update MCQ’S Quiz-3 File
For More Help Contact What’s app Me!!! Rizwan Manzoor
@vutopperrm Number’s = # 0322-4021365, 0316-4980094 Vu Topper RM
d
cc
Suppose derived class is inherited from base class. What happens when
a derived class object is created?
A. None of the given options
B. The constructor of only derived class is executed.
C. The constructor of base class is executed after the constructor of
derived class.
D. The constructor of base class is executed before the constructor
of derived class
Outside world can access only __________ members of a class using its
object.
A. Protected