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 the scope or life time of instance variables?
what is private constructor?what are the uses of writing private constructor in our program?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
Difference between default and protected access specifiers?
Can applet in different page/s communicate with each other?
5 Coding best practices you learned in java?
What is map and hashmap in java?
How many types of exception can occur in a java program?
What is the blank final variable?
how does the run() method in runnable work? : Java thread
how can be object class inherited to all class in a program when java does not support multiple inheritance??
What are passing parameters?