Why is encapsulation used?
No Answer is Posted For this Question
Be the First to Post Answer
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
Child cObj = new Parent() Wahts the output ?
What is basic concept of oop?
In c++ there is only virtual destructors, no constructors. Why?
how does a main() in C++ is different from main() in C?
How oops is better than procedural?
what are abstract classes and how they impliment , with example
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
Can we have a private virtual method ?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
what is main difference between object oriented object base
What type of loop is a for loop?