What is static modifier?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
What is an orthogonal base class?
tell about copy constructor
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?
What are the four main oops concepts?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is virtual Function.
c++ program to swap the objects of two different classes
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)