«virtual» etiketlenmiş sorular


7
Entity Framework model tanımlarında sınıf özellikleri için neden 'sanal' kullanılır?
Aşağıdaki blogda: http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx Blog aşağıdaki kod örneğini içerir: public class Dinner { public int DinnerID { get; set; } public string Title { get; set; } public DateTime EventDate { get; set; } public string Address { get; set; } public string HostedBy { get; set; } public virtual ICollection<RSVP> …
223 c#  class  properties  virtual 


16
C ++ statik sanal üyeler?
Hem bir üye işlevi olması C ++ mümkün mü staticve virtual? Görünüşe göre, bunu yapmanın kolay bir yolu yok ( static virtual member();derleme hatası), ama aynı etkiyi elde etmenin en azından bir yolu var mı? IE: struct Object { struct TypeInformation; static virtual const TypeInformation &GetTypeInformation() const; }; struct SomeObject …
140 c++  static  virtual 

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.