Ask Question
25 April, 06:23

In object-oriented programming, what is a class?

+4
Answers (1)
  1. 25 April, 07:19
    0
    Basically, a class in Object-oriented programming is a blueprint of an object. You can think of it as a concept and the object is the embodiment of that concept. It is a set of instructions to build a particular type of object and will normally define how an object will behave and what it will contain when it is instantiated.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In object-oriented programming, what is a class? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers