Which language is not a true object oriented programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is namespace?
What are the important components of cohesion?
What is the real time example of inheritance?
why destructor is not over loaded?
what is abstract class ? when is used in real time ? give a exp
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?.
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
What is class and example?
What is encapsulation with example?
Can java compiler skips any statement during compilation time?
What is byval and byref? What are differences between them?
What is encapsulation example?