Ask Question
28 July, 01:26

In object-oriented programming, what is a class?

+1
Answers (1)
  1. 28 July, 04:09
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers