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

What is a resource leak ?

1 Answers  


what are upcasting and downcasting?

5 Answers  


Which list does not allow duplicates in java?

0 Answers  


What are the drawbacks of singleton class?

0 Answers  


What do you understand by the term polymorphism?

0 Answers  






What is the use of :: in java?

0 Answers  


can write code for serialization ?

1 Answers   HCL, MegaSoft,


I dont want to use serialzable in java is there any another concept so plz tell me

3 Answers   WDC,


What is the requirement of thread in java?

0 Answers  


when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).

3 Answers  


Can a list be null in java?

0 Answers  


how and when compiler knows that the Java code throws the checked Exception.

2 Answers   HSBC,


Categories