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
Write a code to show a static variable?
Can java arraylist hold different types?
What is anti pattern in java?
What is supplier in java?
Where pragma is used?
Which types of exceptions are caught at compile time?
Why array is used in java?
How use .contains in java?
Can a class be private or protected in java?
How to run a JAR file through command prompt?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What are alternatives to java serialization?
What are inner classes or non static nested classes in java?
What is rule of accessibility in java?
Outline the major features of java.