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 happens if an exception is not caught?
What is a java object and java application?
What is the basic difference between string and stringbuffer object?
Give us a program to check for parenthesis matching using stack.
Can Applet have constructors?
What is a void in java?
Why is String immutable?
How is string immutable in java?
Why do we override tostring method in java?
Relationship between an event-listener interface and an event-adapter class?
Give an example of call be reference significance.
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?