Answer Posted / rakurakesh
Method overloading
done in same
class but method overridng done in
diff. Class here inheritance occure.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Explain what are binary trees?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
write a program to create a sparse matrix using dynamic memory allocation.
What is the code for 3 questions and answer check in VisualBasic.Net?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why we use void main in c?
What are the types of c language?
What functions are used in dynamic memory allocation in c?
Is it better to use a macro or a function?
What is c language and why we use it?
Explain that why C is procedural?
Explain what is the best way to comment out a section of code that contains comments?
Can 'this' pointer by used in the constructor?
Which is better malloc or calloc?