Object-Oriented Programming(OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.
Question:Difference between Abstract Class, Static Class and Sealed Class in C#?
Description:Need to get more clarity on each one (Abstract Class, Static Class and Sealed Class) of them so that I can identify when to use which one and why
Posted by: Samantha Jones | Posted on: Mar 24, 2022
Question:difference between value type and reference type with example in c#
Description:recently I have gone through an interview where I have been asked why a software developer should know about the difference between value type and reference type, by definition I know both terms but what are the condition where I have to choose any one of them and the other couldn't do the same thing for me ?
Posted by: Samantha Jones | Posted on: Feb 08, 2019