What is coupling in oop?


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

Post New Answer

More OOPS Interview Questions

What is super in oop?

0 Answers  


why to use template classes in c++?

1 Answers  


A file pointer always contains the __________ of the file

5 Answers  


Write on signed and unsigned integers and give three (3) examples each

1 Answers  


What normal C constructs work differently in C++?

2 Answers  






Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


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 makes a language oop?

0 Answers  


What is encapsulation with example?

0 Answers  


What is polymorphism in oop example?

0 Answers  


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


Can destructor be overloaded?

0 Answers  


Categories