What are the OOPS concepts?

Answer Posted / hi

message passing

Is This Answer Correct ?    219 Yes 499 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is constructor overloading in oop?

607


What is polymorphism what is it for and how is it used?

575


Why we use classes in oop?

583


what is graphics

2011


What is overriding in oops?

603






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

2763


What is an example of genetic polymorphism?

651


What is property in oops?

569


What is the difference between a mixin and inheritance?

522


Explain the concepts involved in Object Oriented programming.

638


What is static modifier?

632


given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

2147


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

1698


What is a superclass in oop?

669


Why is static class not inherited?

599