explain oops concepts with examples?
Answer Posted / srinivas
abstraction:it shows important data and hide the unwanted data
polymorphism:it shows different behaviors at different instances
Encapsulation:it provides security for the data
inheritance:the process of acquiring the properties of one
object to another object
Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
What does int argc char * argv [] mean?
What are access specifiers in java ?
How do you get length in java?
What is return null in java?
What happens when main () method is declared as private?
What are untrusted applets?
What is variable explain?
What are the java ide's? Explain
What is struts in java?
What does string [] args mean?
What are the 3 types of control structures?
Which methods are used during serialization and deserialization process?
Explain about the performance aspects of core java?
Which is better singleton or static class?
What is module with example?