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 is default layout of JFrame class?
Explain the difference between extends thread vs implements runnable in java?
What is static keyword?
What is the purpose of the enableevents() method?
Can we force garbage collector to run ?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
. What are the differences between constructor and method of a class in Java?
What about static nested classes in java?
What is the minimum and maximum length of an identifier?
Life Cycle of Thread
Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time
Is java an open source?