If a class is having 4 variables namely type double,type
integer,type string,type decimal.
If we create an instance of that class those variables which
gets into this instance are value types or reference types?
Answer Posted / anna
if it is a value type in base class , it will also be a
value type in the derived.
if it is reference type, then it is reference.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can a method be sealed in c#?
Explain the Usage of web.config
What is file extension of webservices?
What framework is used for performance testing/load testing?
How do switch statements work?
What are the fundamental differences between value types and reference types?
What is difference between string and string builder?
What is a service layer c#?
What is arraylist class in c#?
What is Implicit conversion in C#?
What is the difference between early binding and late binding in c#?
What is a hash table in c#?
Is c# different than c++?
List down the fundamental oop concepts?
What is data type c#?