Ask Question

In object-oriented programming, what is a class?

+4
Answers (1)
  1. 17 November, 11:05
    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?
Find an answer to your question 👍 “In object-oriented programming, what is a class? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers