What is encapsulation c#?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of polymorphism?
What are the access specifiers avaible in c++?
OOP'S advantages of inheritance include:
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
What are the two different types of polymorphism?
What is encapsulation example?
when to use 'mutable' keyword and when to use 'const cast' in c++
what is oops
what is the difference between class and structure in C++?
Whats is abstraction in oops?
what is oppes
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...