What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Post New Answer View All 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
How does polymorphism work?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What exactly is polymorphism?
What is inheritance and how many types of inheritance?
Why do we use encapsulation in oops?
How do you define social class?
What is a class in oop?
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.
Can we create object of abstract class?
What is polymorphism explain its types?
What is the point of polymorphism?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is coupling in oop?
What do you mean by Encapsulation?