Answer Posted / kramanareddy
c++ is not pure object oriented because it has one function
is friend function it can access private data but it can
suppot some concepets in opps
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi all..i want to know oops concepts clearly can any1 explain??
What is class encapsulation?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How long to learn object oriented programming?
What is the difference between encapsulation and polymorphism?
Why do we need polymorphism in c#?
What is basic concept of oop?
What makes a language oop?
Which language is not a true object oriented programming language?
What is oops?what is its use in software engineering?
What is the difference between static polymorphism and dynamic polymorphism?
What is abstract class in oop?
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 oops and why we use oops?
What is pure oop?