Part 3 - Abstraction and encapsulation in C# | Oops Tutorials in C# | Oops Concept

 

Abstraction •Abstraction is the act of representing essential information without including background details and explanations. •Abstraction means putting all the variables and methods in a class that are necessary. Encapsulation •Encapsulation is the act of wrapping up of attributes(represented by data members) and operations (represented by functions) under one single unit (represented by class). #OopsConcept #Oops #OopsTutorials




Share this

Related Posts

Previous
Next Post »