

InterviewSolution
Saved Bookmarks
1. |
Name and define basic concepts of oops |
Answer» 1.data abstraction:it refers to the act of representing essential features without including the background details2.encapsulation: wrapping up of data , operation or function under a single unit3.modularity:the act of partitioning a program into modules or individual components4.inheritence:it is capability of one class of things to inherit properties from another class5.polymorphism: it is ability for a message or data to be processed in more than one form | |