adspace


Please explain what are an object and a class?

Answer Posted / Pradeep Kumar Nigam

A class is a blueprint for creating objects, which are instances of that class. An object has state (data) and behavior (methods). In C#, classes can be used to define custom data types.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143