What are concepts of OOPS and how are they implemented in
Java?
Answer Posted / ravikiran(aptech mumbai)
abstartcion
inheritence
polymorhism
encapsulation
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we assign null to double in java?
List some important characteristics on jre
Are private methods final?
Explain the overview of UDP messaging.
Can classes declared using the abstract keyword cab be instantiated?
Is it possible to write a regular expression to check if string is a number?
What is meant by class?
Does isempty check for null?
What is the full form of jpeg?
What is object data type?
What is java lang object?
What is nan inf?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What are the differences between path and classpath variables?
For class CFoo { }; what default methods will the compiler generate for you>?