What is object in oops?
No Answer is Posted For this Question
Be the First to Post Answer
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
what is the 3 types of system development life cycle
what are the ways in which a constructors can be called?
When you define a integer it gets stored in which data structure?(Stack or a heap)
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
what are the realtime excercises in C++?
what is opps?why it is use in programming language?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
What is abstraction in oops?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
string is a class or data type in java?