What is the difference between procedural programming and oops?
No Answer is Posted For this Question
Be the First to Post Answer
what is the function of 'this' operator ?
What are main features of oop?
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 is namespace? what are the uses of namespace?
Write a c++ program to display pass and fail for three student using static member function
Plese get me a perfect C++ program for railway/airway reservation with all details.
Write an operator overloading program to write S3+=S2.
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is object oriented programming and procedure oriented programming?
What is the use of oops?
What is persistence in oop?
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++