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...


What are the OOAD concepts in java explain with examples?

Answers were Sorted based on User's Feedback



What are the OOAD concepts in java explain with examples?..

Answer / stranger_ajnabi53@yahoo.c

they are
1.polymorphism
2.abstraction
3.inheritance
4.encapsulation

Is This Answer Correct ?    119 Yes 15 No

What are the OOAD concepts in java explain with examples?..

Answer / krish

these are the ooad concepts:::::::::::
---------------------------------------
1.Modelling
2.Modelling Paradigms
3.OO Paradigm
4.OO Development Process
5.Abstraction
6.Encapsulation
7.Classes and Objects
8.Interfaces
9.Inheritance and Relationships
10.Polymorphism
11.Composition and Aggregation
12.Patterns and Elements

Is This Answer Correct ?    52 Yes 14 No

What are the OOAD concepts in java explain with examples?..

Answer / sk

there are four concepts of ooad in java they are........
1.Polymorphism:one name many forms.
ex:overloading(compile time polymorphism)
overiding(Run time polymorphism)
2.Abstraction:unclearness
ex:when ever we are invoking any method
what logic is performing we do not know but we are getting
the output
3.Inheritance:we are reuse the code by using the extends
keyword
4.Encpsulation:binding the variable and methods is known as
encapsulation

Is This Answer Correct ?    29 Yes 14 No

What are the OOAD concepts in java explain with examples?..

Answer / radhika

They are/::::
.............>
1.classes
2.objects
3.inheritance
4.polymorphism
5.abstraction
6.encapsulation
7.interfaces

Is This Answer Correct ?    27 Yes 15 No

Post New Answer

More Core Java Interview Questions

finalize() method?

5 Answers  


What do you understand by access specifiers in Java?

0 Answers   Genpact,


why Interface used?

0 Answers   HCL,


What is the applet security manager, and what does it provide?

0 Answers  


Why string is not a wrapper class?

0 Answers  


What is run time polymorphism?

6 Answers   eClerx, Elementus Technologies,


Linked List reverese program

2 Answers   Bally Technologies,


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


Which is the class in java?

0 Answers  


What about main() method in java ?

0 Answers  


What are the four integer types supported by java?

0 Answers  


Can a class be declared as protected?

0 Answers  


Categories