What is Class?

As we know, in any school system there are many classes and in each classes students belongs to many casts. So, Class is a group of different data types that casts. Class is also works like data type; just its calling terminology is different than all other data types. Integer (int), Character (char), Floating Point (float) is system defined data types but Class is user defined data type. 

Comments

Popular posts from this blog

Customize User's Profile in ASP.NET Identity System

Migrating database from ASP.NET Identity to ASP.NET Core Identity