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?

924

What is inheritance in java?

2 1173

What is abstract method?

939

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

1 1778

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

1000

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

925

What is the @functionalinterface annotation?

903

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

931

What is a nested interface?

989

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?

910

Can we use static method definitions in interfaces?

982

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

966

What if we override the conflicting method in the class?

896

Can we override static methods? Why?

896

Can we access interface static method using interface references?

1012


Post New OOAD Questions

Un-Answered Questions { OOAD }

What is the difference between an Abstract class and Interface?

996


What is the difference between public, private and protected access modifiers?

1002


Explain about a class in oop?

930


What is operator overloading?

1291


Does PowerShell support OOPs?

976


If a method definition has been specified in class , its 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?

946


What is a constructor in class?

1037


What is constructor and virtual function? Can we call virtual funciton in a constructor?

962


Why do we use oops concepts? What is its advantage?

1002


Which keyword can be used for overloading?

948


Explain about multiple inheritance?

1009


Difference between composition and inheritance ?

917


What is meant by “abstract interface”?

977


What is a subclass?

977


Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?

1110