Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Lourdes Edwards   on Nov 23 In Java Category.

  
Question Answered By: Geena Ma.   on Nov 23

Now here is where it gets confusing:
a) Can you do that in C ? (C++ is OO so I mention C.
(Actually I get the
impression from C programmers that you can do anything in C but it
will take longer)
b) Is it possible, to implement object oriented concepts in a
procedural language?

I get your point that it is easier to create code  in OO languages,
and easier to manipulate 'procedures' - classes. OK

My point about compilation is that in either case procedural or OO
language created code, the compiled code is just a set of
instructions fed to the processor but the OO language created code is
longer and less efficient and maybe containing a lot of redundancy?

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Learning Java Or get search suggestion and latest updates.


Tagged: