What are the differences between C and C++? What are the differences between references and pointers? What are virtual functions – Write an example? What is this pointer? Can we do “delete this”? What are VTABLE and VPTR?
Answers
Answered by
1
Explanation:
As we know both C and C++ are programming languages and used for application development. The main difference between both these languages is C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object-oriented programming languages
Similar questions