Object Oriented Programmings Concept Playlist
OOPS And C#
A playlist for important concepts of OOPS that every IT enthusiast should know about.

50
65
Constructor Calling Sequence
Sequence of Constructor Calling in Inheritance.
This video contains one of the very popular interview question that describes sequence of constructor calling in Inheritance.

35
42
Jagged Array
Jagged Array
This video includes information about jagged array, which is an array whose elements are arrays as well, possibly of different sizes.

45
85
Static Constructor
Why Static Constructor cannot be parametrized ?
This is an informative video that describes the reason why static constructor cannot have any parameter in it in CSharp language..

35
42
Out Vs Ref
Out Vs Ref keyword in .net
This video explains the difference between Out vs Ref Keyword and their usage in .net applications.

45
85
Diamond Problem
Multiple inheritance not supported in .net
This is an informative video about very famous Diamond Problem which is the reason of CSharp (.net) language does not support multiple inheritance.

35
42