Which is the best institute in hyderabad for C/C++ and it
also has fast track course structure.
Answer Posted / srinivas
I dont know. Can someone let me know which is the best
institute in Ameerpet to learn visual source safe with
industry related training and also I need vc++ basic
training institute. It's very urgent for me. Please someone
could find the institute and let me know asap. Thanks in
advance.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
Why multiple inheritance is not possible?
What is object and example?
What is the problem with multiple inheritance?
What is a class in oop?
what's the basic's in dot net
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Can we create object of interface?
What is encapsulation oop?
can inline function declare in private part of class?
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
How to call a non virtual function in the derived class by using base class pointer
What is the full form of oops?
What are classes oop?
What are oops methods?
Can abstract class have normal methods?