Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
C
OOP concepts in C
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
bguha
New Member
Join Date:
Jul 2007
Posts:
2
#1
OOP concepts in C
Jul 16 '07, 09:29 AM
Hi,
Can we implement OOP concepts, like inheritance in C?
Can virtual function be also implemented in C?
svlsr2000
Recognized Expert
New Member
Join Date:
Feb 2007
Posts:
181
#2
Jul 16 '07, 10:17 AM
Originally posted by
bguha
Hi,
Can we implement OOP concepts, like inheritance in C?
Can virtual function be also implemented in C?
Oops concept can be implemented in C. recently i had come across a book called object oriented programming using ansi c.
Comment
Post
Cancel
JosAH
Recognized Expert
MVP
Join Date:
Mar 2007
Posts:
11453
#3
Jul 16 '07, 10:18 AM
Originally posted by
bguha
Hi,
Can we implement OOP concepts, like inheritance in C?
Can virtual function be also implemented in C?
By definition it can be done: the first C++ compilers emitted C code as their
output.
kind regards,
Jos
Comment
Post
Cancel
kky2k
New Member
Join Date:
May 2007
Posts:
34
#4
Jul 16 '07, 01:08 PM
Originally posted by
bguha
Hi,
Can we implement OOP concepts, like inheritance in C?
Can virtual function be also implemented in C?
Using callback function,functi on overloading is possible..
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment