what is class and object explain with example?
Answer Posted / manas kumar maharana
object is a realworld entity which have some proporty and
behabiour.it is a runtime entity in oops.it is a
partitioned area of memory containg data and function to
process the data.
class is a collection of simillar type of objects.it is a
user define datatype
example:
class muna
{
memberfunction()
{
datatype:
}
};
main()
{
muna ob1;
ob1.memberfunction();
}
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How do you handle this COM components developed in other programming languages in .NET?
So what exactly is the configuration file for then?
Explain write back and write through caches? : .NET Architecture
Explain about generation?
Explain the five stages in a dlx pipeline? : Dot net architecture
What is the mesi? : Dot net architecture
Explain how does .net mobile work? : Microsoft dot net mobile
define cache memory? : Dot net architecture
What happens to the winfx technologies?
How can I write my own .NET host?
Why am I getting an invalidoperationexception when I serialize an arraylist?
Define a virtual memory? : Dot net architecture
What is .net mobile forms? : Microsoft dot net mobile
Explain dotnet framework ?
Define dma? : Dot net architecture