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

What is object and example?

597


What does and I oop mean in text?

615


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1933


What is abstraction with example?

597


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

1686






What is difference between polymorphism and inheritance?

611


Can destructor be overloaded?

591


How do you answer polymorphism?

575


What is meant by multiple inheritance?

729


Can we create object of interface?

597


What is overloading and its types?

608


How do you define a class in oop?

620


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2026


What is encapsulation in simple terms?

532


Explain virtual inheritance?

680