What are the three parts of a simple empty class?
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation in oops?
Explain the concepts involved in Object Oriented programming.
What is a linked list?
What is the difference between abstraction and polymorphism?
What is advantage of inheritance?
Can main method override?
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Explain polymorphism? What r the types of polymorphism? pls give examples?
What is difference between new and malloc?
In c++ there is only virtual destructors, no constructors. Why?