Introduction
What is the abbreviation of OOP?
a) object-oriented programming
b) object-organize principal
c) object-oriented project
d) object-oriented private
OOP concept was introduced, which combine data and actions together in one package called….
a) object
b) class
c) function
d) parameter
How many pillars are in OOP language?
a) one
b) two
c) three
d) four
Class and Object
Class is a..….data type, which holds its own data member and member function.
a) user-define
b) built-in
c) predefined
d) none of these