Interviewer And Interviewee Guide

ASP Programming Interview Question:

Whats the difference between Struct and class in C#?

Submitted by: Administrator
Structs cannot be inherited.
Structs are passed by value, not by reference.
Struct is stored on the stack, not the heap.
Explain encapsulation.
The implementation is hidden, the interface is exposed.
Submitted by: Administrator

Read Online ASP Programming Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.