What is OOPs

Answer Posted / bhaskar.mantrala

I think c++ not only a oop but also procedure oriented
programming because c++ editor supports c program also and
c++ program can execute with out using of classes and
objects.So why we are calling c++ as oop..............

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you use the functions randomize() and random()?

622


What is the c++ programming language used for?

579


Explain about vectors in c ++?

591


What is the output of the following program? Why?

620


can any one help to find a specific string between html tags which is changed to a sting.. weather.html looks (for location) is somewhere #include #include #include using namespace std; string find_field(string myPage,string); int main (void) { string page, line, location, temperature; ifstream inputFile("weather.xml"); while(getline(inputFile, line)) { page.append(line); line.erase(); } // Now page is a string that contains the whole xml page // Here you need to write something that finds and // extracts location and temperature from the XML // data in the string page and stores them in // the strings location and temperature respectively location=find_field(page,"location"); temperature=find_field(page,"temp_c"); cout << "Location: "<

1639






Explain the extern storage classes in c++.

548


What is different in C++, compare with unix?

601


When is the copy constructor called?

627


What are references in c++? What is a local reference?

569


How to access a variable of the structure?

583


Write a Program for find and replace a character in a string.

550


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

607


Explain stack unwinding.

630


Explain linked list using c++ with an example?

627


Explain what you mean by a pointer.

622