Your proficiency in OOPS is judged by your performance in the online/written
test. Reading books after books on OOPS alone can not help you crack an
interview. Practice with this set of tricky questions on OOPS to ensure that
you choose the correct answer from very closely related options within the
stipulated time. Whether you are an experienced professional or a fresher
trying to make an entry into the corporate work, you will find this test
extremely helpful.
Online Practice
Test > OOPS Test
Here are few sample Oops test/quiz questions
A recursive function would result in infinite recursion, if the following
were left out:
Base call
Recursive call
Subtraction
Local variable declarations
What makes a class abstract?
The class must not have method definitions.
The class must have a constructor that takes no arguments.
The class must have a function definition equal to zero.
The class which cannot be instantiated as they are mainly for
inheritance.
Click here to start Oops
quiz/test
More Links
Explain Inheritance
and Polymorphism in OOP.
Polymorphism means the ability to take more than one form. An operation may
exhibit different behaviors in different instances..............
What
are the advantages of OOP?
It presents a simple, clear and easy to maintain structure. It enhances program
modularity since each object exists independently....................
|