I am a student. In my first semester we taught C++. But i done my B.Com. I can't learn C++ a lot . Now i am in second semester and we taught OOP (Object oriented programming).
My question is that can i learn OOP (Object oriented programming) with out learning C++ or not.
C++ is a language and OOP is a paradigm. You can't really learn a paradigm on its own. You have to learn a language that uses it. There are many OOP languages other than C++.