Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

OOAD Interview Questions
Questions Answers Views Company eMail

What are the types of polymorphism?

1013

What is inheritance in java?

2 1367

What is abstract method?

1062

If there is a conflict between base class method definition and interface default method definition, which definition is picked?

1 1926

Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

1084

What if we make the method as abstract in another interface?

1050

What is the @functionalinterface annotation?

994

Can we have a default method definition in the interface without specifying the keyword "default"?

1015

What is a nested interface?

1095

If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

1020

Can we use static method definitions in interfaces?

1105

Can a class implement two interfaces having default method with same name and signature?

1059

What if we override the conflicting method in the class?

1001

Can we override static methods? Why?

1005

Can we access interface static method using interface references?

1116


Post New OOAD Questions

Un-Answered Questions { OOAD }

Does PowerShell support OOPs?

1078


What are the different types of arguments?

1053


How do I make sure that an object is released in code such as a connection or file object?

1120


Define exceptions?

983


What is bootstrap, extension and system class loader? Or can you explain primordial class loader?

1048


What is the benefit of Composition over Inheritance?

1055


What is the difference abstract class and interface?

1031


What are the rules to define a functional interface?

1144


Explain what is object oriented programming language?

1104


Describe the Diamond problem. Where does this problem occur?

984


What is the difference between function overloading and over riding?

1085


A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?

1018


Explain about encapsulation?

1075


what is virtual function and pure virtual function ?

1029


How to achieve data abstraction?

1012