(A) True
(B) False
(C) NA
(D) NA
Tag: OOP Mcqs
aphical representation of the classes and objects is called object model it shows __.
(A) Class Name only
(B) Class Name and attributes
(C) Relationships of the objects and classes
(D) all of the given
__ follow try block to catch the object thrown.
(A) catch block
(B) throw block
(C) main block
(D) non of the given
Which of these are examples of error handling techniques ?
(A) Abnormal Termination
(B) Graceful Termination
(C) Return the illegal
(D) all of the given
__ members are somewhere between public and private members. They are used in inheritance.
(A) protected
(B) public
(C) private
(D) global
The type that is used to declare a reference or pointer is called its __.
(A) default type
(B) static type
(C) abstract type
(D) reference type
Public methods of base class can __ be accessed in its derived class.
(A) directly
(B) inderectly
(C) simultaniously
(D) non of the given
Default constructor is such constructor which Parameter, temporary either has no __or if it has some parameters these have __ values.
(A) Parameter, temporary
(B) Null, Parameter
(C) Parameter, default
(D) non of the given