What is polymorphism in oop example?
No Answer is Posted For this Question
Be the First to Post Answer
How do you use inheritance in unity?
What is oops concept with example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
what is difference between c++ language and java language
what is the use of template classes in c++
what is the technical or oop name of object?
what is the difference between virtual function and destoctor?
What is abstract class in oops?
A file pointer always contains the __________ of the file
Write a program to get the binary tree.
What is oops in simple words?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output