What is an object-oriented paradigm?

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


Please Help Members By Posting Answers For Below Questions

What is type conversion in java?

802


What is the file extension for java?

859


How can we pass argument to a function by reference instead of pass by value?

846


When will you define a method as static in Java?

788


What is an anonymous class in java?

802


Can we define private and protected modifiers for the members in interfaces?

862


What is dynamic array in java?

770


What is instance example?

735


What is your platform’s default character encoding?

801


How do you escape sequences in java?

826


Can we have try block without catch block?

813


Can we overload the main() method?

789


Objects or references which of them gets garbage collected?

742


What about abstract classes in java?

844


Can list contain null in java?

890