Answer Posted / navneet kaur
combining data and data members is encapsulation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a constructor and a destructor?
How do you achieve polymorphism?
Why is static class not inherited?
What is persistence in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why do pointers exist?
What is pure oop?
#include
Can we create object of abstract class?
What does <> mean pseudocode?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
what are the different types of qualifier in java?
Why is encapsulation used?
Write a c++ program to display pass and fail for three student using static member function
What is property in oops?