What are the OOPS concepts in Java ?
Answers were Sorted based on User's Feedback
Polymorphism,Inheritance,Encapsulation,Abstraction
Is This Answer Correct ? | 43 Yes | 1 No |
Answer / ravikiran(aptech mumbai)
1).abstraction
2).encapsulation
3).inheritence
4).polymorphism
Is This Answer Correct ? | 44 Yes | 2 No |
Answer / venkat
The oops are only 3 types
1.Encapsulation
2.iheritance
3.polymorphsim
abstration is derived from encapsulations
Is This Answer Correct ? | 10 Yes | 3 No |
Answer / kumar
oops
Oops concepts are
Abstraction
Polymorphism
Encapsulation
Inheritance
Dynamicbinding
Is This Answer Correct ? | 10 Yes | 6 No |
any other way to print the text without using System.out.println() in java?
Which class should you use to obtain design information about an object
What does it mean that strings are immutable?
How do you escape a string?
How do you use nextline in java?
Can we have any other return type than void for main method?
How applets will communicate with each other?
What is bubble sorting in java?
Which number is denoted by leading zero in java?
describe method overloading
What is scope & storage allocation of global and extern variables? Explain with an example
What is the purpose of lambda expressions?