Is oop better than procedural?
No Answer is Posted For this Question
Be the First to Post Answer
What is an example of genetic polymorphism?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
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(); }
how does a main() in C++ is different from main() in C?
What is difference between inheritance and polymorphism?
Difference ways of Polymorphism?
what is ns string? what is ns array?
What does it mean when someone says I oop?
What is overriding vs overloading?
What is the difference between const int *ptr and int const *ptr???
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?