OOPS Interview Questions
Questions Answers Views Company eMail

Can main method override?

585

Can private class be inherited?

619

Can we create object of abstract class?

577

Can we create object of interface?

603

Can we define a class within the interface?

555

What is constructor overloading in oop?

607

What is the problem with multiple inheritance?

586

What is inheritance in simple words?

625

What is purpose of inheritance?

645

What is multilevel inheritance?

727

What is the types of inheritance?

604

What is the real time example of inheritance?

642

What is advantage of inheritance?

690

What is the main purpose of inheritance law?

669

What is ambiguity in inheritance?

625


Post New OOPS Questions

Un-Answered Questions { OOPS }

What is object and example?

604


What is pointer in oop?

536


Can a varargs method be overloaded?

617


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1780


What is destructor in oop?

625






How to improve object oriented design skills?

569


What is byval and byref? What are differences between them?

1689


What is meant by multiple inheritance?

738


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1895


What is an example of genetic polymorphism?

651


Can private class be inherited?

619


What is and I oop mean?

621


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6151


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1985


When not to use object oriented programming?

572