Answer Posted / nashiinformaticssolutions
A Paradigm that is based on the concepts of “Objects.” It contains data and code. Data that is in the form of fields, and regulation, that is in the form of procedures. The exciting feature of this paradigm is that the object’s procedures can access and often modify the data fields themselves.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is type conversion in java?
What is the file extension for java?
How can we pass argument to a function by reference instead of pass by value?
When will you define a method as static in Java?
What is an anonymous class in java?
Can we define private and protected modifiers for the members in interfaces?
What is dynamic array in java?
What is instance example?
What is your platform’s default character encoding?
How do you escape sequences in java?
Can we have try block without catch block?
Can we overload the main() method?
Objects or references which of them gets garbage collected?
What about abstract classes in java?
Can list contain null in java?