explain oops concepts with examples?
Answer Posted / p.prakash
object eg:chair
class eg:class class_name
data abstraction eg:to abstract one substance
data encapculation grouping of essintial details
inheritence eg:
polymorphisum
dynamic binding
message communication
| Is This Answer Correct ? | 9 Yes | 11 No |
Post New Answer View All Answers
How do you use equal in java?
How are multiple inheritances done in Java?
What is a 16 bit word?
Difference between default and protected access specifiers?
What happens if constructor is private?
Can we use different return types for methods when overridden?
What is use of set in java?
Can constructor be synchronized?
What is mean by encoding?
Why singleton class is used in java?
Why declare Main() method as a static in java ?
What is the use of parse function in java?
What is difference between public static and void?
Write a program to find the whether a number is an Armstrong number or not?
Difference between string, string builder, and string buffer?