Thread: abstract and virtual

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    5

    abstract and virtual

    hello.I wanted to know the difference between c++ and c# in abstract and virtual classes both in meaning and syntax(I know that in c++)please help me

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Meaning is the same and syntax is pretty close. The rest is on Google.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pure Virtual Function - Virtual Method Table
    By u_peerless in forum C++ Programming
    Replies: 8
    Last Post: 06-07-2008, 01:19 AM
  2. Virtual functions but non-virtual destructor
    By cunnus88 in forum C++ Programming
    Replies: 4
    Last Post: 03-31-2007, 11:08 AM
  3. virtual constuctor vs virtual distructor
    By bhagwat_maimt in forum C++ Programming
    Replies: 2
    Last Post: 11-07-2006, 12:58 AM
  4. Virtual & Pure virtual destructors
    By BMJ in forum C++ Programming
    Replies: 61
    Last Post: 08-22-2002, 09:38 AM
  5. abstract vs pure abstract class
    By Kohatian 3279 in forum C++ Programming
    Replies: 2
    Last Post: 05-10-2002, 11:12 AM