What is a class ? I…
 
Notifications
Clear all

What is a class ? In programming.

2 Posts
3 Users
3 Likes
392 Views
1
Topic starter

Is it similar to classroom i wonder 🤔 

2 Answers
1

In object-oriented programming, a class is a template definition of the methods and variables in a particular kind of object. 

1

A class is a way of organizing information about a type of data so a programmer can reuse elements when making multiple instances of that data type—for example, if a programmer wanted to make three instances of Car , maybe a BMW, a Ferrari, and a Ford instance.

Share: