what are three tenets of object orinted Systems?Why they
call like that ?
Please answer me.
Advance thanks.
Answer Posted / santosh mundhe
Encapsulation, Polymorphism, and Inheritance these are
three main pillars of oops.
Because by using Encapsulation, Polymorphism, and
Inheritance we can achive data security , code
reuseability......
e.g.
Combining different properties together is known as
encapsulation. Means a class with private and public
properties, by making memberfunction private we can
restrict to access it from out side the class it's nothing
but data security.......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use oops?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
how to get the oracle certification? send me the answer
Is react oop?
What is object in oop?
Get me an image implementation program.
What is difference between polymorphism and inheritance?
What is byval and byref? What are differences between them?
What is the renewal class?
What are oops functions?
Why do we use polymorphism?
What is multilevel inheritance explain with example?
What is polymorphism give a real life example?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
Why is polymorphism used?