What are the OOAD concepts in java explain with examples?
Answers were Sorted based on User's Feedback
Answer / stranger_ajnabi53@yahoo.c
they are
1.polymorphism
2.abstraction
3.inheritance
4.encapsulation
| Is This Answer Correct ? | 119 Yes | 15 No |
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 |
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 |
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 |
what are the purposes of native, transiant key words?
Is static a singleton?
why we r not use pointers in corejava?
What is the difference between a vector & an array list?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
what is difference between prepare stetement and callable starement with example?
Can a class be subclass of itself?
Difference between vector and arraylist.
What is the use of a conditional inclusion statement in Java ?
How do you load an HTML page from an Applet ?
What is flush () in java?
What is the function of log?