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 highest level of cohesion?
What is destructor example?
What is methods in oop?
Why is abstraction needed?
#include
What is debug class?what is trace class? What differences are between them? With examples.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is byval and byref? What are differences between them?
What are the two different types of polymorphism?
what is graphics
Write a program to reverse a string using recursive function?
What is solid in oops?
What is multilevel inheritance explain with example?
Why is static class not inherited?