Is oop better than procedural?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What do we mean by a hidden argument in C++?

1 Answers  


Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.

0 Answers  


difference between class and object

10 Answers   Chandan, IBM, Magic Soft,


What is the point of oop?

0 Answers  


to find out the minimum of two integer number of two different classes using friend function

0 Answers  






What is abstract class in oops?

0 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


Is react oop?

0 Answers  


what is the size of an empty class

12 Answers   Wipro,


Is enum a class?

0 Answers  


Categories