What is inheritance in simple words?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Why many objects can working together? How objects working togetherM I want to see example code.
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
what is function overloading..?
difference between structure and union.
What are the advantages of inheritance?
26 Answers IBS, TCS,
Can static class have constructor?
How do you achieve polymorphism?
Can we create object of class with private constructor?
How do you define social class?
What are callback functions in c++
What is meant by oops concept?