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
What are the two types of exceptions in java? Which are the differences between them?
How hashmap increases its size in java?
What is a lightweight component?
Explain illegalmonitorstateexception and when it will be thrown?
What is a parameter used for?
Is finalize() similar to a destructor?
What are "methods" and "fields"?
What is java english?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What are the pillars of java?
How do you remove an object from an arraylist in java?
Explain an intermediate language?
Is java map thread safe?
How do you use parseint in java?
What is meant by call by reference?