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
Which one will take more memory: an int or integer?
How to print an arraylist in java?
What is length in java?
What is the differences between c++ and java? Explain
How does multithreading take place on a computer with a single cpu in java programming?
Why is stringbuffer thread safe?
Give the hierarchy of inputstream and outputstream classes.
Why is stringbuffer faster than string?
What is string pool?
Why there is no call by reference in java?
What is arrays fill in java?
What are encapsulation, inheritance and polymorphism?
Is vector synchronized in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
Name few java util classes introduced with java 8 ?