EASY
HSSC Clerk
IMPORTANT
Earn 100

Which of the following OOPS concepts means waiting until runtime to determine which function to call?
(a)Data hiding
(b)Dynamic casting
(c)Dynamic binding
(d)Dynamic loading
(e)None of these.

50% studentsanswered this correctly

Important Questions on Object Oriented Programming
EASY
HSSC Clerk
IMPORTANT
Which of the following OOPS concepts correctly describe the overloading of functions?

EASY
HSSC Clerk
IMPORTANT
Which of the following statement is/are correct about function overloading?

EASY
HSSC Clerk
IMPORTANT
Which of the following concept of OOPS allows the compiler to insert arguments in a function call if it is not specified?

EASY
HSSC Clerk
IMPORTANT
Which of the following OOPS concepts means wrapping up of data and functions together?

EASY
HSSC Clerk
IMPORTANT
Which one of the following options is correct about the statement given below? The compiler checks the type of reference in the object and not the type of object.

EASY
HSSC Clerk
IMPORTANT
Which of the following OOPS concepts is used to implement late binding?

EASY
HSSC Clerk
IMPORTANT
Which of the following is a mechanism of static polymorphism?

EASY
HSSC Clerk
IMPORTANT
What happens if the base and derived class contains definition of a function with same prototype?
