what is actual real time using of oops concepts in
projects(Interface,polymorphism.abstraction.........)
Answer Posted / kanu butani
In actual real time using of OOPS concepts in projects
could be all of the following below, based on the program
that is running.
No program can run with out inheriting any class in the
JAVA API.
Many programs can use the util class and the string and int
usage of the variables, thereby making the polymorphism in
to picture.
Similarly with interfaces and abstraction.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Can we convert integer to string in java?
When should a function throw an exception?
What is enhanced loop in java?
List the different types of classloaders in java.
Differentiate between overriding and overloading cases?
What does nullpointerexception mean?
Is array a class?
What language is an assembler written in?
Explain about class in java?
What is the difference between Java1.4 and Java1.5
Is oracle charging for java?
Is null a string?
How to perform merge sort in java?
What are user defined exceptions?
Can we call a non-static method from inside a static method?