Computer Science, asked by mfahiz91, 3 months ago

What is the difference between the class and object in terms of oop​

Answers

Answered by BrainlyProgrammer
2

Class:-

  • Class is a blueprint or prototype of an object that describes the data members and the functions.
  • It is also known as 'Object Factory'.

Object:-

  • It is a unique entity having some characteristics and behaviour described within the class
  • It is also know as the 'Instânce of a Class'.

Similar Previously Asked Question:-

  • https://brainly.in/question/38797848
Similar questions