Why u change company?

Answer Posted / arun

For the Domin change & to change the work environment.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1393


Which language is not a true object oriented programming language?

640


What is the point of oop?

656


What is the difference between a mixin and inheritance?

522


What is abstraction and encapsulation?

571






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

1696


What is difference between pop and oop?

607


What is oops and its features?

587


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2759


What is interface in oop?

662


Why is polymorphism needed?

599


What is difference between data abstraction and encapsulation?

615


What is object-oriented programming? Webopedia definition

723


Explain the concepts involved in Object Oriented programming.

636


How to hide the base class functionality in Inheritance?

638