Example for 4 pillar of oops like,
Inheritance,Poly,Abstraction,Encabsulation ?
Answer Posted / sanjeevkumar.v
data hiding,
INHERITANCE-- aquring base class property to derived class
POlYMORPHISM-- defferent form of functions
ENCAPSULATION-the wrapping of data is a single unit is
called as encapsulation
abstraction--the grouping of data is abstraction
Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
What is class in oop with example?
What is ambiguity in inheritance?
What are the important components of cohesion?
can inline function declare in private part of class?
What is polymorphism and example?
What is encapsulation example?
officer say me - i am offered to a smoking , then what can you say
Can bst contain duplicates?
What are the benefits of interface?
What does I oop mean?
Why is there no multiple inheritance?
What is abstraction with example?
Is this job good for future? can do this job post grduate student?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
How Do you Code Composition and Aggregation in C++ ?