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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of autoboxing?

1068


What are static variables and functions?

1186


Realized?

2229


What is boolean in java?

1027


What is namespace in java?

1060


What is Recursion Function?

1259


What is the difference between static and global variables and also define what are volatile variables?

1102


What is gc()?

1136


If an object is garbage collected, can it become reachable again?

1065


What are void methods?

1062


Is Constructor possible in abstract class in java ?

1113


What is the meaning of flag day?

1082


What are java packages? What is the significance of packages?

1066


Can a source file contain more than one class declaration?

1052


How do you take thread dump in java?

1055