Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Example of value type and refarnce type

Answer Posted / neerajtyagi

---Value Types (C# Reference)

The value types consist of two main categories:

Structs

Enumerations

Structs fall into these categories:

Numeric types

Integral types

Floating-point types

decimal

bool

User defined structs.


------Reference Types (C# Reference)

Variables of reference types, referred to as objects, store
references to the actual data. This section introduces the
following keywords used to declare reference types:

class

interface

delegate

This section also introduces the following built-in
reference types:

object

string

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which function is the entry point for a DLL in MS Windows 3.1?

1215


Is c# pass by reference?

936


Is constructor a static method?

1035


Can we create extension method for interface?

944


What is the difference between “dispose” and “finalize” variables in c#?

1059


What are the main reasons to use c# language?

997


What is use of a HashTable in .NET?

1198


What is using keyword?

962


What are the value types in c#?

994


What is variable in c#?

1003


What is use of private class in c#?

1030


what is the meaning of Object lifetime in OOPS

1018


what is full assembly reference

1021


What is a .exe extension files? How is it similar to .dll extension files?

1106


What is dependency injection?

1021