1. What do you understand by object-oriented programming?
2. What is a class in Java? What is it composed of?
3. What is a method? Explain its general format.
4. What do you understand by data type? List the data types in Java.
5. Name the three looping statements in Java. Write their syntax.
Answers
Answered by
0
Explanation:
*It provides a clear modular structure for programs. oop is of great use for implementing the business systems or real time systems. It's also useful in neural network and parallel processing.
* A class defines an entity in terms of the common characteristic and actions.
* The function of a class are called methods.
*Data types are means to identify the type of data and associated operations of handling it.
Similar questions