|
Posted by Jerry Stuckle on 12/27/05 22:52
NEWS wrote:
> "Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
> news:-JydnVQN7oFxKi3enZ2dnUVZ_tWdnZ2d@comcast.com...
>
>>NEWS wrote:
>>
>>>"Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
>>>news:cpGdndNgW64sLy3eRVn-pA@comcast.com...
>>>
>>>
>>>>NEWS wrote:
>>>>
>>>>
>>>>>I have heaps of experiance with C++, meaning about five years. I want to
>>>>>learn PHP and was wondering if anyone knew of a E-Learning course worth
>>>>>the price.
>>>>>
>>>>>
>>>>>
>>>>
>>>>I learned it from the doc and a few examples on various websites. It
>>>>wasn't hard.
>>>>
>>>>--
>>>>==================
>>>>Remove the "x" from my email address
>>>>Jerry Stuckle
>>>>JDS Computer Training Corp.
>>>>jstucklex@attglobal.net
>>>>==================
>>>
>>>
>>>I have been doing that and figure it is fairly easy as well. but I want
>>>to get into OOP and thought maybe a course would help.
>>
>>If you've been doing C++ for five years you should already be doing OOP!
>>
>>If not, you need some books on OOP, not PHP. It's a completely different
>>mindset - but is also language independent.
>>
>>
>
> I know OOP but just want to learn the how the classes are created and such.
> I did not know it was
> language independent mind you. I would suppose then what you are saying is
> OPP in C++, Java and
> PHP are all the same.
>
>
The syntax differs - that you can pick up in the documentation and examples.
But OO is a language-independent approach to creating programs.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|