Object Oriented Programming explained in a simple wayDecember 25, 2023Interview Q&AWhat is meant by Object Oriented Programming? Explain the features that qualify a Programming Language as OOP and what are they.
Static vs Sealed Class – Comparison in an easy wayDecember 25, 2023Articles, C# ConceptsLet us know about the features of sealed class and static class in C# and summarize the important differences - static vs sealed class
Object-Oriented vs. Object-Based: a Simplified ComparisonDecember 18, 2023Interview Q&AObject oriented languages follows all the concepts of OOP whereas, Object based languages don't follow all the concepts like inheritance and polymorphism.
Easy differences between a class and a structJuly 25, 2023Articles, OOP ConceptsLet us know about what is a class and struct in detail and then summarize the important differences between class and struct in C#
What is the difference between abstract class and InterfaceJuly 25, 2023Articles, OOP ConceptsLet us find out what is an abstract class and an interface, then summarize on the key differences between these structures
What is the difference between a Method and a ConstructorJuly 25, 2023Articles, OOP ConceptsLet us look at what a constructor and a method does and then summarize with key differences between constructor and method.
Easy Differences between Local Variable and Class VariableJuly 25, 2023Articles, OOP ConceptsLet us find out the top 5 differences between class variables and local variables based on their functionality and usage and summarize with examples.
Understanding Abstraction in OOP made EasyApril 15, 2023Articles, OOP ConceptsIn this detailed article, let's explore what is abstraction in OOP with an illustrated example and understand how it works
Understanding Encapsulation in OOP made EasyApril 14, 2023Articles, OOP ConceptsIn this article, let's understand the basics of encapsulation and why this is an important characteristic of any Object Oriented Language