WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT
from an NIIT CENTRE??
Post New Answer View All Answers
What is the point of oop?
Why polymorphism is used in oops?
What is the difference between a constructor and a destructor?
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
What are the 3 principles of oop?
What is coupling in oops?
write knight tour problem which is present in datastructure
Is html an oop?
What is encapsulation oop?
What are classes oop?
Is this job good for future? can do this job post grduate student?
What is difference between abstraction and encapsulation?
what's the basic's in dot net
What is class and object with example?
What is overloading in oops?