What do you mean by variable?


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

Post New Answer

More OOPS Interview Questions

What is the difference between Home and $Home?

2 Answers   TCS,


What are the 3 principles of oop?

0 Answers  


What is pure oop?

0 Answers  


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

5 Answers   Wipro,


What is an orthogonal base class?

2 Answers  


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

0 Answers  


what is abstract class ? when is used in real time ? give a exp

5 Answers  


What are the advantanges of modularity

2 Answers  


What is the purpose of enum?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.

7 Answers   ETH,


what is the difference between ERROR and EXCEPTION?

14 Answers   NIIT, nvidia,


1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)

1 Answers   Nagarro,


Categories