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
Explain the init method?
Write code of any action class?
What is a instance variable in java?
How can you set the applet size?
Why do we need singleton?
What is the primitive type short?
What is a ternary operator in java?
Can a final variable be manipulated in java?
What is difference between == equals () and compareto () method?
Explain about map interface in java?
What is the difference between an argument and a parameter?
What is 32 bit float?
How is java hashmap implemented?
What is singletonlist in java?
Can we call a non-static method from inside a static method?