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 to delete the record using data reader
Different types of authentication modes in .net framework ?
how to change row background color in gridview
What is the purpose of hard disk? : Dot net architecture
What is cache coherency and how is it eliminated? : Dot net architecture
how to change the application name?
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
Define the mesi? : Dot net architecture
Explain about .net garbage collector?
What is Com Callable wrapper?when it will created?
server.transfer limitation ?
What is the difference between machine config vs. Web config : Dot net architecture
Explain about clr?
What is .net mobile automatic paging? : Microsoft dot net mobile
Explain the difference between l1 and l2 cache? : Dot net architecture