What is Difference Between Inheritance and creating object
and getting data? means
Class A extends B{
B.getMethod();}
(OR)
Class A{
b obj=new B();
obj.getMethod();
}
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to demonstrate the use of 'Composition' in C++
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the difference between procedural programming and oops?
Program to check whether a word is in all capital letters
What is protected in oop?
create a c++ program that will ask 10 numbers and display their sum using array.
Why static functions always uses static variables?
What is multilevel inheritance?
what is the advantage in software? what is the difference between the software developer and Engineer
what is ns string? what is ns array?
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.