Answer Posted / hiren
oops need in programing coz of user doesn't want to use any
code to other user like that encapsulation, inheritance,
abstraction etc. so, that oop need in programing.
| Is This Answer Correct ? | 10 Yes | 13 No |
Post New Answer View All Answers
Why is abstraction needed?
Write a program to sort the number with different sorts in one program ??
What is the highest level of cohesion?
What is destructor example?
What makes a language oop?
What are oops functions?
Can we create object of abstract class?
#include
What is overriding in oop?
How Do you Code Composition and Aggregation in C++ ?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Get me an image implementation program.
Where is pseudocode used?
hi all..i want to know oops concepts clearly can any1 explain??
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