What is cohesion in oop?
No Answer is Posted For this Question
Be the First to Post Answer
How to overload new operator in c++
i^=j; j^=i; i^=j; value of i,j
What is friend function?
Why u change company?
What are main features of oop?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is for loop and its syntax?
What is pointer in oop?
some one give d clear explanation for polymorphism
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
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...