what is actual real time using of oops concepts in
projects(Interface,polymorphism.abstraction.........)
Answers were Sorted based on User's Feedback
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 |
Answer / anjani kumar jha
In real sense..............no project can exists without
presence of oops........and believe me.........this is same
thing body withot "HEART"...AND think hard
why...............? if not found any ans......contact me
Anjani Kumar Jha
9623154095
| Is This Answer Correct ? | 4 Yes | 5 No |
What modifiers are used with a top level class?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
Can we declare main () method as non static?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What do you understand by the term polymorphism?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is a copy constructor in java?
What is protected access modifier?
How to find the given number is a prime number or not by getting input from the user
Can we sort set in java?
Is boolean a wrapper class in java?
What are singleton services?