WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT
from an NIIT CENTRE??
Answer Posted / surojit das
See dud,In GNNIT year is PP i.e Profesional Practice so you
will get a job no matter what as it is a part of your GNIIT
syallabus. and yes Job will be Oferred to garduates.OK
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are objects in oop?
Whats oop mean?
which feature are not hold visual basic of oop?
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 is difference between multiple inheritance and multilevel inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What does enum stand for?
Can we have inheritance without polymorphism?
what is difference between class template and template class?
What are classes oop?
What is basic concept of oop?
Can we override main method?
How do you answer polymorphism?
What is the point of polymorphism?
What is a class in oop?