Answer Posted / guest
binding of data and code
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is object-oriented programming? Webopedia definition
Why is static class not inherited?
What are the features of oop?
What is difference between oop and pop?
What is polymorphism and example?
Why do pointers exist?
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 is difference between inheritance and polymorphism?
What is polymorphism explain its types?
Explain the advantages of inheritance.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
what type of question are asked in thoughtworks pair programming round ?
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
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is abstraction in oop with example?