what is actual real time using of oops concepts in
projects(Interface,polymorphism.abstraction.........)

Answers were Sorted based on User's Feedback



what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.......

Answer / 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

what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.......

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

Post New Answer

More Core Java Interview Questions

Can we have any other return type than void for main method?

0 Answers  


What is class??

0 Answers   Tech Mahindra,


What does function identity () do?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


What is method in research paper?

0 Answers  






Explain inner classes ?

0 Answers  


What is Vector?Can you elaborate how Vector is Thread safe?

3 Answers   HCL,


Can we override private method?

0 Answers  


what are Checked & Unchecked exceptions ?

2 Answers  


Why does abstract class have constructor?

0 Answers  


What is a compilation unit?

2 Answers  


Which of the classes will have more memory allocated?

0 Answers  


Categories