When not to use object oriented programming?


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

Post New Answer

More OOPS Interview Questions

Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


c++ is a pure object oriented programming or not?

5 Answers   Wipro,


What is use of overloading?

0 Answers  


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  






what is data abstraction with example.

1 Answers  


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,


What is polymorphism what are the different types of polymorphism?

0 Answers  


what's the basic's in dot net

0 Answers   informatics,


Whats oop mean?

0 Answers  


swapping program does not use third variable

5 Answers   TCS,


Can abstract class have normal methods?

0 Answers  


Categories