What is the highest level of cohesion?
No Answer is Posted For this Question
Be the First to Post Answer
different types of castings
What are the three parts of a simple empty class?
Get me an image implementation program.
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?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
What is byval and byref? What are differences between them?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
What do you mean by pure virtual functions?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why we are use # in begning of programme of c++.
What is encapsulation example?
What is meant by oops concept?